home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / faresets.ctl < prev    next >
Text File  |  2000-05-12  |  598b  |  25 lines

  1. -- RCSVER $Id: faresets.ctl,v 1.1 2000-05-03 12:29:03-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        faresets.ctl
  6. -- Date:     02/23/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the faresets table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE faresets
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     id,
  18.     descr,
  19.     route,
  20.     run,
  21.     fare,
  22.     config_num
  23. )
  24. begindata
  25.